CDEBUGFLAGS= -g
#LIBPVM=/afs/cs/project/nectar-io-4/adamb/pvm/$(ARCH)/libpvm.a
# You may need to change this to some other location...
#LIBPVM= $(HOME)/pvm/src/$(ARCH)
#LIBRPC=
#LIBRPC=/afs/cs/project/nectar-io-4/adamb/pvm/$(ARCH)/librpc.a
#LIBRPC=/afs/cs/@sys/alpha/usr/misc/.nfs/lib/librpc.a
#
# xxab program Imakefile
#
#

#ARCHPATCH = -Bstatic $(XMULIB) -Bdynamic	/*running on sun4_411*/
ARCHPATCH = $(XMULIB)

SRCS1=	xab.c xsetup.c utils.c
OBJS1=	xab.o xsetup.o utils.o

PROGRAMS = xab


all::  $(PROGRAMS)

#LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) 

LOCAL_LIBRARIES = $(XAWLIB) $(ARCHPATCH) $(XTOOLLIB) $(XLIB) -lm

#$(LIBPVM) $(LIBRPC)

NormalProgramTarget(xab,$(OBJS1),,$(LOCAL_LIBRARIES),)

xab.o: xab.c bstates.h both.h ab.h mlist.h xabmon.h xsizes.h

xsetup.o: xsetup.c bstates.h both.h ab.h mlist.h xabmon.h go.xbm \
	stop.xbm fwdstep.xbm xsizes.h

tidy:
	rm -f $(OBJS1)
